-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm cleanup #9293
npm cleanup #9293
Conversation
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9293-documentation.appa.pantheon.site |
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9293-documentation.appa.pantheon.site |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9293-documentation.appa.pantheon.site |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9293-documentation.appa.pantheon.site |
@@ -235,14 +235,6 @@ module.exports = { | |||
}, | |||
`gatsby-transformer-sharp`, | |||
`gatsby-plugin-sharp`, | |||
{ | |||
resolve: "gatsby-plugin-web-font-loader", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears we weren't using this font at all.
@rachelwhitton and @jazzsequence this one is not urgent, but I cleaned up some of our NPM dependencies, mostly by removing packages. I tracked the operations I did in cleanup.txt |
cleanup.txt
Outdated
@@ -0,0 +1,14 @@ | |||
npm uninstall algoliasearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should delete this file before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't updating anything, it's just removing unused things?
@jazzsequence it also contained some updates triggered by |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9293-documentation.appa.pantheon.site |
cleaning up some npm dependencies